home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / xioc.h < prev   
C/C++ Source or Header  |  2007-03-01  |  685b  |  23 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    xioc.h
  12.  *        Global declarations for xio.c.
  13.  */
  14.  
  15. extern void Quit_action(Widget w, XEvent *event, String *params,
  16.     Cardinal *num_params);
  17. extern void x3270_exit(int n);
  18. extern void x_add_input(int net_sock);
  19. extern void x_except_off(void);
  20. extern void x_except_on(int net_sock);
  21. extern void x_remove_input(void);
  22.  
  23.